home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 99 / CD-ROM 99 / CD-ROM 99.iso / internet / flashpicturecontrol / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-28  |  2.0 KB  |  42 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Flash & Pics Control
  4. AppVerName=Flash & Pics Control 1.0
  5. AppId=UNHS-FPC
  6. AppVersion=1.0
  7. AppPublisher=UnH Solutions, Inc.
  8. AppPublisherURL=http://www.unhsolutions.net
  9. AppSupportURL=http://www.unhsolutions.net
  10. AppUpdatesURL=http://www.unhsolutions.net
  11. DefaultDirName={pf}\UnH Solutions\FPC
  12. DefaultGroupName=Flash & Pics Control
  13. UninstallDisplayIcon={app}\fpb.exe
  14. UninstallDisplayName=Flash & Pics Control 1.0
  15. OutputBaseFilename=setup
  16. Compression=zip
  17. PrivilegesRequired=poweruser
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23. [Files]
  24. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\unh.url"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\fpc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\oleacc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{40A8CADD-1707-4556-B644-420AB075B737}"; ValueName: "CLSID"; ValueType: String; ValueData: "{{1FBA04EE-3024-11d2-8F1F-0000F87ABD16}"; Flags: uninsdeletekey 
  31. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{40A8CADD-1707-4556-B644-420AB075B737}"; ValueName: "MenuText"; ValueType: String; ValueData: "Flash && Pics Control"; 
  32. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Extensions\{{40A8CADD-1707-4556-B644-420AB075B737}"; ValueName: "Exec"; ValueType: String; ValueData: "{app}\fpc.exe"; 
  33. [Run]
  34. Filename: "http://www.unhsolutions.net/?UNHCmp=FPC"; Flags: shellexec nowait
  35. [Icons]
  36. Name: "{group}\Flash & Pics Control"; Filename: "{app}\fpc.exe"; 
  37. Name: "{group}\FPC on the Web"; Filename: "{app}\unh.url"; 
  38. Name: "{group}\ReadMe"; Filename: "{app}\ReadMe.txt"; 
  39. Name: "{group}\Uninstall FPC"; Filename: "{uninstallexe}"; 
  40. [UninstallDelete]
  41. Type: dirifempty; Name: "{app}"; 
  42.